home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Stefan / Stefan0902226_install.exe / themes / templates / czarny / style.css < prev   
Cascading Style Sheet File  |  2007-06-18  |  1KB  |  76 lines

  1. body{background: #000000; margin:0px;}
  2. div{margin: 0px;border: 0px;}
  3. p{margin: 0px;padding: 1px 5px;}
  4. img{vertical-align: middle;}
  5.  
  6. #edit, #edit p {
  7.     font-family: Arial;
  8.     font-size: 12px;
  9.     font-weight: normal;
  10.     color: white;
  11.     background-color:#000000;
  12.     text-align:left;
  13.     vertical-align:top;
  14.     margin:0px;
  15.     padding:0px;
  16.     word-wrap:break-word;
  17. }
  18.  
  19. div#in{background-color:#000000}
  20. div#out{background-color:#000000}
  21. div#sys{background-color:#000000}
  22. div#header_in, div#header_out {
  23.     height: 15px;
  24.     padding-top: 4px;
  25. }
  26. #message_name_in, #message_name_out{
  27.     font-family: Verdana;
  28.     font-size: 10px;
  29.     font-weight: bold;
  30.     float:left;
  31.     text-align:center;
  32.     padding:1px;
  33.     color:#FFFFFF;
  34. }
  35. #message_time_in, #message_time_out{
  36.     text-align: right;
  37.     font-family: Arial;
  38.     font-size: 11px;
  39.     float:right;
  40.     padding:1px;
  41.     text-align:center;
  42. }
  43. #message_time_in {
  44.     color:#4A4A4A;
  45. }
  46. #message_time_out {
  47.     color:#898989;
  48. }
  49. #sysmessage_time{
  50.     font-family: Verdana;
  51.     font-size: 10px;
  52.     color: #FFFFFF;
  53.     padding:2px 0px;
  54. }
  55. div#text_in, div#text_out {
  56.     padding-left:2px;
  57.     padding-right:10px;
  58.     padding-bottom:10px;
  59.     font-family: Arial;
  60.     font-size: 12px;
  61. }
  62. div#text_in {
  63.     color:#FFFFFF;
  64. }
  65. div#text_out {
  66.     color:#818181;
  67. }
  68. div#sysmessage_text{
  69.     padding:2px 0px;
  70.     font-family: Arial;
  71.     font-size: 11px;
  72.     color:#F30000;
  73.     font-weight:bold;
  74. }
  75. div#break {height:1px;background-color:#141414;overflow:hidden}
  76.